home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / raytr / r3vline.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  574 b   |  30 lines

  1.  
  2. // JavaScript wrapper for r3vline.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_VOLLINE_H = 1;
  7. include("real/raytr/r3frobj.js")
  8. include("oops/r3vector.js")
  9.  
  10.  
  11. var R3CLID_VOLLINE = 779;
  12.  
  13.  
  14.  
  15.  
  16. var R3VLA_Points = 779500; // r3Vect[]
  17. var R3VLA_Count = 779501; // Integer
  18. var R3VLA_Dir = 779502; // r3Vect
  19.  
  20.  
  21. function r3Volline () { 
  22.    this.base = r3God;
  23.    if(arguments.length) {
  24.       this.base(R3CLID_VOLLINE, arguments);
  25.    }
  26.    // Attributes
  27. }
  28.  
  29. r3Volline.prototype=new r3Frobject;
  30. // r3vline.h_H